---
title: "getRate"
method: POST
path: "/graphql (32 disregard)"
---

# getRate

`POST /graphql (32 disregard)`

The getRate query fetches the current rate for a currency pair. This does not lock a rate for a transfer. You can lock a rate with the getTransferQuote mutation.

## Request body

- object
  - `query` string

## Response `200`

200

- object
  - `data` object
    - `getRate` object
      - `rate` string
      - `inverted_rate` string
      - `source_currency` string
      - `destination_currency` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/routefusion/apis/routefusion-api.md) · [All operations](https://skmtc.net/routefusion/apis/routefusion-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/routefusion/routefusion-api/versions/caef41fb3eef/schema)
